home *** CD-ROM | disk | FTP | other *** search
- object FmStore: TFmStore
- Left = 310
- Top = 248
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'FmStore'
- ClientHeight = 143
- ClientWidth = 331
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnHide = ClientDataSetFormHide
- OnShow = ClientDataSetFormShow
- DataSource = DM.DsStores
- OnDataAfterEdit = ClientDataSetFormDataAfterEdit
- OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
- OnDataValidate = DataSetFormDataValidate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 52
- Width = 31
- Height = 13
- Caption = '&Name:'
- FocusControl = EdtName
- end
- object Label3: TLabel
- Left = 8
- Top = 84
- Width = 47
- Height = 13
- Caption = '&Web Site:'
- FocusControl = EdtWebsite
- end
- object BtnOk: TBitBtn
- Left = 160
- Top = 113
- Width = 75
- Height = 25
- TabOrder = 3
- OnClick = BtnOkClick
- Kind = bkOK
- end
- object BtnCancel: TBitBtn
- Left = 240
- Top = 113
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkCancel
- end
- object PnlHeader: TPanel
- Left = 8
- Top = 8
- Width = 313
- Height = 25
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = ' Store'
- Color = clBtnShadow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindow
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- end
- object EdtName: TcxDBTextEdit
- Left = 72
- Top = 48
- Width = 249
- Height = 21
- DataBinding.DataField = 'StoreName'
- DataBinding.DataSource = DM.DsStores
- Properties.OnChange = EdtNameChange
- Style.StyleController = DM.EditStyles
- TabOrder = 1
- end
- object EdtWebsite: TcxDBHyperLinkEdit
- Left = 72
- Top = 80
- Width = 249
- Height = 21
- DataBinding.DataField = 'Url'
- DataBinding.DataSource = DM.DsStores
- Style.StyleController = DM.EditStyles
- TabOrder = 2
- end
- object TblStoresLookup: TEasyTable
- CurrentVersion = '5.72 '
- TableName = 'Stores'
- DatabaseName = 'AudiophilerDb'
- ReadOnly = True
- InMemory = False
- AutoIndexes = False
- CacheEnabled = True
- BDELikeFilter = False
- Left = 8
- Top = 104
- end
- end
-